home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vde164cs.zip / STRIKOVR.BAT < prev    next >
DOS Batch File  |  1992-09-19  |  390b  |  15 lines

  1. rem STRIKOVR.BAT
  2. rem loads all files of current project into
  3. rem VDE-SP in Word strikovr mode
  4. rem
  5. if exist %1.c goto 3_files
  6. if exist %1.b goto 2_files
  7. c:\word\vde %1.a;strikovr.vdi;strikovr.vdk;strikovr.vdf
  8. goto end
  9. :2_files
  10. c:\word\vde %1.a,%1.b;strikovr.vdi;strikovr.vdk;strikovr.vdf
  11. goto end
  12. :3_files
  13. c:\word\vde %1.a,%1.b,%1.c;strikovr.vdi;strikovr.vdk;strikovr.vdf
  14. :end
  15.